build: Use LDADD libraries to link with, not LDFLAGS
authorColin Walters <walters@verbum.org>
Thu, 28 Jun 2012 02:37:17 +0000 (22:37 -0400)
committerColin Walters <walters@verbum.org>
Thu, 28 Jun 2012 02:38:12 +0000 (22:38 -0400)
This should fix the build with embedded glib.

Makefile-triggers.am

index 69fc7a6c11f06d26af33d18f413758e40cc064c4..dd3932aab556cfbd3f06c1339b16c227ded3bbd8 100644 (file)
@@ -37,4 +37,4 @@ bin_PROGRAMS += ostree-run-triggers
 
 ostree_run_triggers_SOURCES = src/triggers/ostree-run-triggers.c
 ostree_run_triggers_CFLAGS = $(OT_INTERNAL_GIO_UNIX_CFLAGS)
-ostree_run_triggers_LDFLAGS = $(OT_INTERNAL_GIO_UNIX_LIBS)
+ostree_run_triggers_LDADD = $(OT_INTERNAL_GIO_UNIX_LIBS)